drm/vc4: Fulfill user BO creation requests from the kernel BO cache.
authorEric Anholt <eric@anholt.net>
Wed, 8 Feb 2017 23:00:54 +0000 (15:00 -0800)
committerpopcornmix <popcornmix@gmail.com>
Mon, 20 Feb 2017 20:31:52 +0000 (20:31 +0000)
commitbf382eb30dc90a9ef7f48d279c253f6ffea1679b
tree718129c10448e9f3daf7a1043a5c33962319f4f2
parent6974c1ecd8edcd60bd83fc5bb53d79307eb063bc
drm/vc4: Fulfill user BO creation requests from the kernel BO cache.

The from_cache flag was actually "the BO is invisible to userspace",
so we can repurpose to just zero out a cached BO and return it to
userspace.

Improves wall time for a loop of 5 glsl-algebraic-add-add-1 by
-1.44989% +/- 0.862891% (n=28, 1 outlier removed from each that
appeared to be other system noise)

Note that there's an intel-gpu-tools test to check for the proper
zeroing behavior here, which we continue to pass.

Signed-off-by: Eric Anholt <eric@anholt.net>
drivers/gpu/drm/vc4/vc4_bo.c